Html Css Color HEX #909EC1 Rock Blue

📋 copy color: '#909EC1'

red 144 ◦ green 158 ◦ blue 193

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

Shades of Rock Blue #909EC1

Tints of Rock Blue #909EC1

RGB

 RED value IS 144 (56.64% from 255) = 29.09%

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 29.09%
G = 31.92%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#909EC1 (or 0x909EC1) is known color: Rock Blue. HEX triplet: 90, 9E and C1. RGB value is (144,158,193). Sum of RGB (Red+Green+Blue) = 144+158+193=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #909EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EC1 is #6F613E. Grayscale: #9D9D9D. Windows color (decimal): -7299391 or 12689040. OLE color: 12689040.

HSL color Cylindrical-coordinate representation of color #909EC1: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909EC1 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 158 193 -
CMYK 0.25 0.18 0 0.24
HSL 222.86º 0.28% 0.66% -
HSV(B) 222.86º 0.25% 0.76% -
XYZ 33.35 34.23 55.3 -
YUV 157.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 144 158 193 0.25 0.18 0 0.24 222.86 0.28 0.66
Hex 90 9E C1 19 12 0 18 DF 1C 42
Octal 220 236 301 31 22 0 30 337 34 102
Binary 10010000 10011110 11000001 11001 10010 0 11000 11011111 11100 1000010

Color Harmonies of #909EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909EC1

Black with #909EC1

Text Example


Text Example

White with #909EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909EC1; }

 p { color: rgb(144,158,193); }

 H1.HeaderClassName
 {
   color: #909EC1;
 }
 .AnyTagClassName
 {
   color: #909EC1;
 }
</style>

background-color css

<style>
 a { background-color: #909EC1; }

 a { background-color: rgb(144,158,193); }

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

border-color css

<style>
 span { border-color: #909EC1; }

 span { border-color: rgb(144,158,193); }

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