Html Css Color HEX #9C9EF0 Portage

📋 copy color: '#9C9EF0'

red 156 ◦ green 158 ◦ blue 240

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

Shades of Portage #9C9EF0

Tints of Portage #9C9EF0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.52%

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 28.16%
G = 28.52%
B = 43.32%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9C9EF0 (or 0x9C9EF0) is known color: Portage. HEX triplet: 9C, 9E and F0. RGB value is (156,158,240). Sum of RGB (Red+Green+Blue) = 156+158+240=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #9C9EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EF0 is #63610F. Grayscale: #A6A6A6. Windows color (decimal): -6512912 or 15769244. OLE color: 15769244.

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

Color convert

RGB 156 158 240 -
CMYK 0.35 0.34 0 0.06
HSL 238.57º 0.74% 0.78% -
HSV(B) 238.57º 0.35% 0.94% -
XYZ 41.67 37.81 87.54 -
YUV 166.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 156 158 240 0.35 0.34 0 0.06 238.57 0.74 0.78
Hex 9C 9E F0 23 22 0 6 EF 4A 4E
Octal 234 236 360 43 42 0 6 357 112 116
Binary 10011100 10011110 11110000 100011 100010 0 110 11101111 1001010 1001110

Color Harmonies of #9C9EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9EF0

Black with #9C9EF0

Text Example


Text Example

White with #9C9EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,158,240); }

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

background-color css

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

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

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

border-color css

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

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

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