Html Css Color HEX #968CEA Portage

📋 copy color: '#968CEA'

red 150 ◦ green 140 ◦ blue 234

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

Shades of Portage #968CEA

Tints of Portage #968CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 28.63%
G = 26.72%
B = 44.66%

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

#968CEA (or 0x968CEA) is known color: Portage. HEX triplet: 96, 8C and EA. RGB value is (150,140,234). Sum of RGB (Red+Green+Blue) = 150+140+234=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #968CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CEA is #697315. Grayscale: #999999. Windows color (decimal): -6910742 or 15371414. OLE color: 15371414.

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

Color convert

RGB 150 140 234 -
CMYK 0.36 0.40 0 0.08
HSL 246.38º 0.69% 0.73% -
HSV(B) 246.38º 0.4% 0.92% -
XYZ 36.81 31.18 81.92 -
YUV 153.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 150 140 234 0.36 0.40 0 0.08 246.38 0.69 0.73
Hex 96 8C EA 24 28 0 8 F6 45 49
Octal 226 214 352 44 50 0 10 366 105 111
Binary 10010110 10001100 11101010 100100 101000 0 1000 11110110 1000101 1001001

Color Harmonies of #968CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CEA

Black with #968CEA

Text Example


Text Example

White with #968CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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