Html Css Color HEX #9C9FE8 Portage

📋 copy color: '#9C9FE8'

red 156 ◦ green 159 ◦ blue 232

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

Shades of Portage #9C9FE8

Tints of Portage #9C9FE8

RGB

 RED value IS 156 (61.33% from 255) = 28.52%

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 232 (91.02% from 255) = 42.41%

R = 28.52%
G = 29.07%
B = 42.41%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9C9FE8 (or 0x9C9FE8) is known color: Portage. HEX triplet: 9C, 9F and E8. RGB value is (156,159,232). Sum of RGB (Red+Green+Blue) = 156+159+232=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #9C9FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9FE8 is #636017. Grayscale: #A6A6A6. Windows color (decimal): -6512664 or 15245212. OLE color: 15245212.

HSL color Cylindrical-coordinate representation of color #9C9FE8: hue angle of 237.63º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C9FE8 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 159 232 -
CMYK 0.33 0.31 0 0.09
HSL 237.63º 0.62% 0.76% -
HSV(B) 237.63º 0.33% 0.91% -
XYZ 40.67 37.69 81.48 -
YUV 166.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 156 159 232 0.33 0.31 0 0.09 237.63 0.62 0.76
Hex 9C 9F E8 21 1F 0 9 EE 3E 4C
Octal 234 237 350 41 37 0 11 356 76 114
Binary 10011100 10011111 11101000 100001 11111 0 1001 11101110 111110 1001100

Color Harmonies of #9C9FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FE8

Black with #9C9FE8

Text Example


Text Example

White with #9C9FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9FE8; }

 p { color: rgb(156,159,232); }

 H1.HeaderClassName
 {
   color: #9C9FE8;
 }
 .AnyTagClassName
 {
   color: #9C9FE8;
 }
</style>

background-color css

<style>
 a { background-color: #9C9FE8; }

 a { background-color: rgb(156,159,232); }

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

border-color css

<style>
 span { border-color: #9C9FE8; }

 span { border-color: rgb(156,159,232); }

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