Html Css Color HEX #939CBB Rock Blue

📋 copy color: '#939CBB'

red 147 ◦ green 156 ◦ blue 187

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

Shades of Rock Blue #939CBB

Tints of Rock Blue #939CBB

RGB

 RED value IS 147 (57.81% from 255) = 30%

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 30%
G = 31.84%
B = 38.16%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#939CBB (or 0x939CBB) is known color: Rock Blue. HEX triplet: 93, 9C and BB. RGB value is (147,156,187). Sum of RGB (Red+Green+Blue) = 147+156+187=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #939CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBB is #6C6344. Grayscale: #9C9C9C. Windows color (decimal): -7103301 or 12295315. OLE color: 12295315.

HSL color Cylindrical-coordinate representation of color #939CBB: hue angle of 226.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939CBB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 156 187 -
CMYK 0.21 0.17 0 0.27
HSL 226.5º 0.23% 0.65% -
HSV(B) 226.5º 0.21% 0.73% -
XYZ 32.89 33.57 51.76 -
YUV 156.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 147 156 187 0.21 0.17 0 0.27 226.5 0.23 0.65
Hex 93 9C BB 15 11 0 1B E2 17 41
Octal 223 234 273 25 21 0 33 342 27 101
Binary 10010011 10011100 10111011 10101 10001 0 11011 11100010 10111 1000001

Color Harmonies of #939CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939CBB

Black with #939CBB

Text Example


Text Example

White with #939CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939CBB; }

 p { color: rgb(147,156,187); }

 H1.HeaderClassName
 {
   color: #939CBB;
 }
 .AnyTagClassName
 {
   color: #939CBB;
 }
</style>

background-color css

<style>
 a { background-color: #939CBB; }

 a { background-color: rgb(147,156,187); }

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

border-color css

<style>
 span { border-color: #939CBB; }

 span { border-color: rgb(147,156,187); }

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