Html Css Color HEX #949DB3 Rock Blue

📋 copy color: '#949DB3'

red 148 ◦ green 157 ◦ blue 179

#949DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #949DB3

Tints of Rock Blue #949DB3

RGB

 RED value IS 148 (58.2% from 255) = 30.58%

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 30.58%
G = 32.44%
B = 36.98%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#949DB3 (or 0x949DB3) is known color: Rock Blue. HEX triplet: 94, 9D and B3. RGB value is (148,157,179). Sum of RGB (Red+Green+Blue) = 148+157+179=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #949DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DB3 is #6B624C. Grayscale: #9C9C9C. Windows color (decimal): -7037517 or 11771284. OLE color: 11771284.

HSL color Cylindrical-coordinate representation of color #949DB3: hue angle of 222.58º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #949DB3 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 157 179 -
CMYK 0.17 0.12 0 0.30
HSL 222.58º 0.17% 0.64% -
HSV(B) 222.58º 0.17% 0.7% -
XYZ 32.41 33.66 47.44 -
YUV 156.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 148 157 179 0.17 0.12 0 0.30 222.58 0.17 0.64
Hex 94 9D B3 11 C 0 1E DF 11 40
Octal 224 235 263 21 14 0 36 337 21 100
Binary 10010100 10011101 10110011 10001 1100 0 11110 11011111 10001 1000000

Color Harmonies of #949DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DB3

Black with #949DB3

Text Example


Text Example

White with #949DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949DB3; }

 p { color: rgb(148,157,179); }

 H1.HeaderClassName
 {
   color: #949DB3;
 }
 .AnyTagClassName
 {
   color: #949DB3;
 }
</style>

background-color css

<style>
 a { background-color: #949DB3; }

 a { background-color: rgb(148,157,179); }

 div.DivClassName
 {
   background-color: #949DB3;
 }
 .BgClassName
 {
   background-color: #949DB3;
 }
</style>

border-color css

<style>
 span { border-color: #949DB3; }

 span { border-color: rgb(148,157,179); }

 td.TdClassName
 {
   border-color: #949DB3;
 }
 .TagClassName
 {
   border-color: #949DB3;
 }
</style>