Html Css Color HEX #968EEB Portage

📋 copy color: '#968EEB'

red 150 ◦ green 142 ◦ blue 235

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

Shades of Portage #968EEB

Tints of Portage #968EEB

RGB

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

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

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

R = 28.46%
G = 26.94%
B = 44.59%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#968EEB (or 0x968EEB) is known color: Portage. HEX triplet: 96, 8E and EB. RGB value is (150,142,235). Sum of RGB (Red+Green+Blue) = 150+142+235=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #968EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EEB is #697114. Grayscale: #9A9A9A. Windows color (decimal): -6910229 or 15437462. OLE color: 15437462.

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

Color convert

RGB 150 142 235 -
CMYK 0.36 0.40 0 0.08
HSL 245.16º 0.7% 0.74% -
HSV(B) 245.16º 0.4% 0.92% -
XYZ 37.25 31.83 82.78 -
YUV 154.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 150 142 235 0.36 0.40 0 0.08 245.16 0.7 0.74
Hex 96 8E EB 24 28 0 8 F5 46 4A
Octal 226 216 353 44 50 0 10 365 106 112
Binary 10010110 10001110 11101011 100100 101000 0 1000 11110101 1000110 1001010

Color Harmonies of #968EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EEB

Black with #968EEB

Text Example


Text Example

White with #968EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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