Html Css Color HEX #909DC7 Rock Blue

📋 copy color: '#909DC7'

red 144 ◦ green 157 ◦ blue 199

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

Shades of Rock Blue #909DC7

Tints of Rock Blue #909DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 28.8%
G = 31.4%
B = 39.8%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#909DC7 (or 0x909DC7) is known color: Rock Blue. HEX triplet: 90, 9D and C7. RGB value is (144,157,199). Sum of RGB (Red+Green+Blue) = 144+157+199=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #909DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DC7 is #6F6238. Grayscale: #9D9D9D. Windows color (decimal): -7299641 or 13082000. OLE color: 13082000.

HSL color Cylindrical-coordinate representation of color #909DC7: hue angle of 225.82º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909DC7 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 157 199 -
CMYK 0.28 0.21 0 0.22
HSL 225.82º 0.33% 0.67% -
HSV(B) 225.82º 0.28% 0.78% -
XYZ 33.87 34.17 58.84 -
YUV 157.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 144 157 199 0.28 0.21 0 0.22 225.82 0.33 0.67
Hex 90 9D C7 1C 15 0 16 E2 21 43
Octal 220 235 307 34 25 0 26 342 41 103
Binary 10010000 10011101 11000111 11100 10101 0 10110 11100010 100001 1000011

Color Harmonies of #909DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DC7

Black with #909DC7

Text Example


Text Example

White with #909DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,157,199); }

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

background-color css

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

 a { background-color: rgb(144,157,199); }

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

border-color css

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

 span { border-color: rgb(144,157,199); }

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