Html Css Color HEX #909CCD Portage

📋 copy color: '#909CCD'

red 144 ◦ green 156 ◦ blue 205

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

Shades of Portage #909CCD

Tints of Portage #909CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 28.51%
G = 30.89%
B = 40.59%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#909CCD (or 0x909CCD) is known color: Portage. HEX triplet: 90, 9C and CD. RGB value is (144,156,205). Sum of RGB (Red+Green+Blue) = 144+156+205=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #909CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CCD is #6F6332. Grayscale: #9D9D9D. Windows color (decimal): -7299891 or 13474960. OLE color: 13474960.

HSL color Cylindrical-coordinate representation of color #909CCD: hue angle of 228.2º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909CCD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 156 205 -
CMYK 0.30 0.24 0 0.20
HSL 228.2º 0.38% 0.68% -
HSV(B) 228.2º 0.3% 0.8% -
XYZ 34.41 34.11 62.53 -
YUV 158 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 144 156 205 0.30 0.24 0 0.20 228.2 0.38 0.68
Hex 90 9C CD 1E 18 0 14 E4 26 44
Octal 220 234 315 36 30 0 24 344 46 104
Binary 10010000 10011100 11001101 11110 11000 0 10100 11100100 100110 1000100

Color Harmonies of #909CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CCD

Black with #909CCD

Text Example


Text Example

White with #909CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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