Html Css Color HEX #939BBE Rock Blue

📋 copy color: '#939BBE'

red 147 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #939BBE

Tints of Rock Blue #939BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 29.88%
G = 31.5%
B = 38.62%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#939BBE (or 0x939BBE) is known color: Rock Blue. HEX triplet: 93, 9B and BE. RGB value is (147,155,190). Sum of RGB (Red+Green+Blue) = 147+155+190=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #939BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBE is #6C6441. Grayscale: #9C9C9C. Windows color (decimal): -7103554 or 12491667. OLE color: 12491667.

HSL color Cylindrical-coordinate representation of color #939BBE: hue angle of 228.84º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939BBE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 155 190 -
CMYK 0.23 0.18 0 0.25
HSL 228.84º 0.25% 0.66% -
HSV(B) 228.84º 0.23% 0.75% -
XYZ 33.05 33.36 53.41 -
YUV 156.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 147 155 190 0.23 0.18 0 0.25 228.84 0.25 0.66
Hex 93 9B BE 17 12 0 19 E5 19 42
Octal 223 233 276 27 22 0 31 345 31 102
Binary 10010011 10011011 10111110 10111 10010 0 11001 11100101 11001 1000010

Color Harmonies of #939BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939BBE

Black with #939BBE

Text Example


Text Example

White with #939BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,155,190); }

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

background-color css

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

 a { background-color: rgb(147,155,190); }

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

border-color css

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

 span { border-color: rgb(147,155,190); }

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