Html Css Color HEX #949DC2 Rock Blue

📋 copy color: '#949DC2'

red 148 ◦ green 157 ◦ blue 194

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

Shades of Rock Blue #949DC2

Tints of Rock Blue #949DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 29.66%
G = 31.46%
B = 38.88%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#949DC2 (or 0x949DC2) is known color: Rock Blue. HEX triplet: 94, 9D and C2. RGB value is (148,157,194). Sum of RGB (Red+Green+Blue) = 148+157+194=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #949DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DC2 is #6B623D. Grayscale: #9E9E9E. Windows color (decimal): -7037502 or 12754324. OLE color: 12754324.

HSL color Cylindrical-coordinate representation of color #949DC2: hue angle of 228.26º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949DC2 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 157 194 -
CMYK 0.24 0.19 0 0.24
HSL 228.26º 0.27% 0.67% -
HSV(B) 228.26º 0.24% 0.76% -
XYZ 34.01 34.3 55.87 -
YUV 158.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 148 157 194 0.24 0.19 0 0.24 228.26 0.27 0.67
Hex 94 9D C2 18 13 0 18 E4 1B 43
Octal 224 235 302 30 23 0 30 344 33 103
Binary 10010100 10011101 11000010 11000 10011 0 11000 11100100 11011 1000011

Color Harmonies of #949DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DC2

Black with #949DC2

Text Example


Text Example

White with #949DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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