Html Css Color HEX #968EED Portage

📋 copy color: '#968EED'

red 150 ◦ green 142 ◦ blue 237

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

Shades of Portage #968EED

Tints of Portage #968EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 28.36%
G = 26.84%
B = 44.8%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#968EED (or 0x968EED) is known color: Portage. HEX triplet: 96, 8E and ED. RGB value is (150,142,237). Sum of RGB (Red+Green+Blue) = 150+142+237=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #968EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EED is #697112. Grayscale: #9A9A9A. Windows color (decimal): -6910227 or 15568534. OLE color: 15568534.

HSL color Cylindrical-coordinate representation of color #968EED: hue angle of 245.05º degrees, saturation: 0.73, 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 #968EED is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 142 237 -
CMYK 0.37 0.40 0 0.07
HSL 245.05º 0.73% 0.74% -
HSV(B) 245.05º 0.4% 0.93% -
XYZ 37.54 31.94 84.31 -
YUV 155.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 150 142 237 0.37 0.40 0 0.07 245.05 0.73 0.74
Hex 96 8E ED 25 28 0 7 F5 49 4A
Octal 226 216 355 45 50 0 7 365 111 112
Binary 10010110 10001110 11101101 100101 101000 0 111 11110101 1001001 1001010

Color Harmonies of #968EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EED

Black with #968EED

Text Example


Text Example

White with #968EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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