Html Css Color HEX #909CCC Portage

📋 copy color: '#909CCC'

red 144 ◦ green 156 ◦ blue 204

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

Shades of Portage #909CCC

Tints of Portage #909CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 28.57%
G = 30.95%
B = 40.48%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#909CCC (or 0x909CCC) is known color: Portage. HEX triplet: 90, 9C and CC. RGB value is (144,156,204). Sum of RGB (Red+Green+Blue) = 144+156+204=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #909CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CCC is #6F6333. Grayscale: #9D9D9D. Windows color (decimal): -7299892 or 13409424. OLE color: 13409424.

HSL color Cylindrical-coordinate representation of color #909CCC: hue angle of 228º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909CCC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 156 204 -
CMYK 0.29 0.24 0 0.2
HSL 228º 0.37% 0.68% -
HSV(B) 228º 0.29% 0.8% -
XYZ 34.29 34.07 61.89 -
YUV 157.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 144 156 204 0.29 0.24 0 0.2 228 0.37 0.68
Hex 90 9C CC 1D 18 0 14 E4 25 44
Octal 220 234 314 35 30 0 24 344 45 104
Binary 10010000 10011100 11001100 11101 11000 0 10100 11100100 100101 1000100

Color Harmonies of #909CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CCC

Black with #909CCC

Text Example


Text Example

White with #909CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,156,204); }

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

background-color css

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

 a { background-color: rgb(144,156,204); }

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

border-color css

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

 span { border-color: rgb(144,156,204); }

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