Html Css Color HEX #968CEF Portage

📋 copy color: '#968CEF'

red 150 ◦ green 140 ◦ blue 239

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

Shades of Portage #968CEF

Tints of Portage #968CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.47%

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

R = 28.36%
G = 26.47%
B = 45.18%

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

#968CEF (or 0x968CEF) is known color: Portage. HEX triplet: 96, 8C and EF. RGB value is (150,140,239). Sum of RGB (Red+Green+Blue) = 150+140+239=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #968CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CEF is #697310. Grayscale: #999999. Windows color (decimal): -6910737 or 15699094. OLE color: 15699094.

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

Color convert

RGB 150 140 239 -
CMYK 0.37 0.41 0 0.06
HSL 246.06º 0.76% 0.74% -
HSV(B) 246.06º 0.41% 0.94% -
XYZ 37.54 31.47 85.76 -
YUV 154.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 150 140 239 0.37 0.41 0 0.06 246.06 0.76 0.74
Hex 96 8C EF 25 29 0 6 F6 4C 4A
Octal 226 214 357 45 51 0 6 366 114 112
Binary 10010110 10001100 11101111 100101 101001 0 110 11110110 1001100 1001010

Color Harmonies of #968CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CEF

Black with #968CEF

Text Example


Text Example

White with #968CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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