Html Css Color HEX #949EBB Rock Blue

📋 copy color: '#949EBB'

red 148 ◦ green 158 ◦ blue 187

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

Shades of Rock Blue #949EBB

Tints of Rock Blue #949EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.05%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 30.02%
G = 32.05%
B = 37.93%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#949EBB (or 0x949EBB) is known color: Rock Blue. HEX triplet: 94, 9E and BB. RGB value is (148,158,187). Sum of RGB (Red+Green+Blue) = 148+158+187=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #949EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EBB is #6B6144. Grayscale: #9E9E9E. Windows color (decimal): -7037253 or 12295828. OLE color: 12295828.

HSL color Cylindrical-coordinate representation of color #949EBB: hue angle of 224.62º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949EBB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 158 187 -
CMYK 0.21 0.16 0 0.27
HSL 224.62º 0.22% 0.66% -
HSV(B) 224.62º 0.21% 0.73% -
XYZ 33.41 34.34 51.88 -
YUV 158.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 148 158 187 0.21 0.16 0 0.27 224.62 0.22 0.66
Hex 94 9E BB 15 10 0 1B E1 16 42
Octal 224 236 273 25 20 0 33 341 26 102
Binary 10010100 10011110 10111011 10101 10000 0 11011 11100001 10110 1000010

Color Harmonies of #949EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EBB

Black with #949EBB

Text Example


Text Example

White with #949EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,187); }

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

background-color css

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

 a { background-color: rgb(148,158,187); }

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

border-color css

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

 span { border-color: rgb(148,158,187); }

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