Html Css Color HEX #968EEC Portage

📋 copy color: '#968EEC'

red 150 ◦ green 142 ◦ blue 236

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

Shades of Portage #968EEC

Tints of Portage #968EEC

RGB

 RED value IS 150 (58.98% from 255) = 28.41%

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 28.41%
G = 26.89%
B = 44.7%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#968EEC (or 0x968EEC) is known color: Portage. HEX triplet: 96, 8E and EC. RGB value is (150,142,236). Sum of RGB (Red+Green+Blue) = 150+142+236=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #968EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EEC is #697113. Grayscale: #9A9A9A. Windows color (decimal): -6910228 or 15502998. OLE color: 15502998.

HSL color Cylindrical-coordinate representation of color #968EEC: hue angle of 245.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968EEC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 142 236 -
CMYK 0.36 0.40 0 0.07
HSL 245.11º 0.71% 0.74% -
HSV(B) 245.11º 0.4% 0.93% -
XYZ 37.39 31.89 83.54 -
YUV 155.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 150 142 236 0.36 0.40 0 0.07 245.11 0.71 0.74
Hex 96 8E EC 24 28 0 7 F5 47 4A
Octal 226 216 354 44 50 0 7 365 107 112
Binary 10010110 10001110 11101100 100100 101000 0 111 11110101 1000111 1001010

Color Harmonies of #968EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EEC

Black with #968EEC

Text Example


Text Example

White with #968EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968EEC; }

 p { color: rgb(150,142,236); }

 H1.HeaderClassName
 {
   color: #968EEC;
 }
 .AnyTagClassName
 {
   color: #968EEC;
 }
</style>

background-color css

<style>
 a { background-color: #968EEC; }

 a { background-color: rgb(150,142,236); }

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

border-color css

<style>
 span { border-color: #968EEC; }

 span { border-color: rgb(150,142,236); }

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