Html Css Color HEX #9C9CEF Portage

📋 copy color: '#9C9CEF'

red 156 ◦ green 156 ◦ blue 239

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

Shades of Portage #9C9CEF

Tints of Portage #9C9CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 28.31%
G = 28.31%
B = 43.38%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9C9CEF (or 0x9C9CEF) is known color: Portage. HEX triplet: 9C, 9C and EF. RGB value is (156,156,239). Sum of RGB (Red+Green+Blue) = 156+156+239=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9CEF is #636310. Grayscale: #A5A5A5. Windows color (decimal): -6513425 or 15703196. OLE color: 15703196.

HSL color Cylindrical-coordinate representation of color #9C9CEF: hue angle of 240º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C9CEF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 156 239 -
CMYK 0.35 0.35 0 0.06
HSL 240º 0.72% 0.77% -
HSV(B) 240º 0.35% 0.94% -
XYZ 41.18 37.08 86.65 -
YUV 165.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 156 156 239 0.35 0.35 0 0.06 240 0.72 0.77
Hex 9C 9C EF 23 23 0 6 F0 48 4D
Octal 234 234 357 43 43 0 6 360 110 115
Binary 10011100 10011100 11101111 100011 100011 0 110 11110000 1001000 1001101

Color Harmonies of #9C9CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9CEF

Black with #9C9CEF

Text Example


Text Example

White with #9C9CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,156,239); }

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

background-color css

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

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

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

border-color css

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

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

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