Html Css Color HEX #9C9FEB Portage

📋 copy color: '#9C9FEB'

red 156 ◦ green 159 ◦ blue 235

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

Shades of Portage #9C9FEB

Tints of Portage #9C9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 28.36%
G = 28.91%
B = 42.73%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C9FEB (or 0x9C9FEB) is known color: Portage. HEX triplet: 9C, 9F and EB. RGB value is (156,159,235). Sum of RGB (Red+Green+Blue) = 156+159+235=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9FEB is #636014. Grayscale: #A6A6A6. Windows color (decimal): -6512661 or 15441820. OLE color: 15441820.

HSL color Cylindrical-coordinate representation of color #9C9FEB: hue angle of 237.72º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C9FEB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 159 235 -
CMYK 0.34 0.32 0 0.08
HSL 237.72º 0.66% 0.77% -
HSV(B) 237.72º 0.34% 0.92% -
XYZ 41.1 37.86 83.74 -
YUV 166.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 156 159 235 0.34 0.32 0 0.08 237.72 0.66 0.77
Hex 9C 9F EB 22 20 0 8 EE 42 4D
Octal 234 237 353 42 40 0 10 356 102 115
Binary 10011100 10011111 11101011 100010 100000 0 1000 11101110 1000010 1001101

Color Harmonies of #9C9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FEB

Black with #9C9FEB

Text Example


Text Example

White with #9C9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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