Html Css Color HEX #9C9EF3 Portage

📋 copy color: '#9C9EF3'

red 156 ◦ green 158 ◦ blue 243

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

Shades of Portage #9C9EF3

Tints of Portage #9C9EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 28.01%
G = 28.37%
B = 43.63%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C9EF3 (or 0x9C9EF3) is known color: Portage. HEX triplet: 9C, 9E and F3. RGB value is (156,158,243). Sum of RGB (Red+Green+Blue) = 156+158+243=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C9EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EF3 is #63610C. Grayscale: #A6A6A6. Windows color (decimal): -6512909 or 15965852. OLE color: 15965852.

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

Color convert

RGB 156 158 243 -
CMYK 0.36 0.35 0 0.05
HSL 238.62º 0.78% 0.78% -
HSV(B) 238.62º 0.36% 0.95% -
XYZ 42.11 37.99 89.91 -
YUV 167.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 156 158 243 0.36 0.35 0 0.05 238.62 0.78 0.78
Hex 9C 9E F3 24 23 0 5 EF 4E 4E
Octal 234 236 363 44 43 0 5 357 116 116
Binary 10011100 10011110 11110011 100100 100011 0 101 11101111 1001110 1001110

Color Harmonies of #9C9EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9EF3

Black with #9C9EF3

Text Example


Text Example

White with #9C9EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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