Html Css Color HEX #9C9DF4 Portage

📋 copy color: '#9C9DF4'

red 156 ◦ green 157 ◦ blue 244

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

Shades of Portage #9C9DF4

Tints of Portage #9C9DF4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 244 (95.7% from 255) = 43.81%

R = 28.01%
G = 28.19%
B = 43.81%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9C9DF4 (or 0x9C9DF4) is known color: Portage. HEX triplet: 9C, 9D and F4. RGB value is (156,157,244). Sum of RGB (Red+Green+Blue) = 156+157+244=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C9DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9DF4 is #63620B. Grayscale: #A6A6A6. Windows color (decimal): -6513164 or 16031132. OLE color: 16031132.

HSL color Cylindrical-coordinate representation of color #9C9DF4: hue angle of 239.32º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C9DF4 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 157 244 -
CMYK 0.36 0.36 0 0.04
HSL 239.32º 0.8% 0.78% -
HSV(B) 239.32º 0.36% 0.96% -
XYZ 42.1 37.71 90.65 -
YUV 166.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 156 157 244 0.36 0.36 0 0.04 239.32 0.8 0.78
Hex 9C 9D F4 24 24 0 4 EF 50 4E
Octal 234 235 364 44 44 0 4 357 120 116
Binary 10011100 10011101 11110100 100100 100100 0 100 11101111 1010000 1001110

Color Harmonies of #9C9DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9DF4

Black with #9C9DF4

Text Example


Text Example

White with #9C9DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,157,244); }

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

background-color css

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

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

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

border-color css

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

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

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