Html Css Color HEX #968EEF Portage

📋 copy color: '#968EEF'

red 150 ◦ green 142 ◦ blue 239

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

Shades of Portage #968EEF

Tints of Portage #968EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 28.25%
G = 26.74%
B = 45.01%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#968EEF (or 0x968EEF) is known color: Portage. HEX triplet: 96, 8E and EF. RGB value is (150,142,239). Sum of RGB (Red+Green+Blue) = 150+142+239=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #968EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EEF is #697110. Grayscale: #9B9B9B. Windows color (decimal): -6910225 or 15699606. OLE color: 15699606.

HSL color Cylindrical-coordinate representation of color #968EEF: hue angle of 244.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968EEF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 142 239 -
CMYK 0.37 0.41 0 0.06
HSL 244.95º 0.75% 0.75% -
HSV(B) 244.95º 0.41% 0.94% -
XYZ 37.83 32.06 85.86 -
YUV 155.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 150 142 239 0.37 0.41 0 0.06 244.95 0.75 0.75
Hex 96 8E EF 25 29 0 6 F5 4B 4B
Octal 226 216 357 45 51 0 6 365 113 113
Binary 10010110 10001110 11101111 100101 101001 0 110 11110101 1001011 1001011

Color Harmonies of #968EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EEF

Black with #968EEF

Text Example


Text Example

White with #968EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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