Html Css Color HEX #968CEB Portage

📋 copy color: '#968CEB'

red 150 ◦ green 140 ◦ blue 235

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

Shades of Portage #968CEB

Tints of Portage #968CEB

RGB

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

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

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

R = 28.57%
G = 26.67%
B = 44.76%

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

#968CEB (or 0x968CEB) is known color: Portage. HEX triplet: 96, 8C and EB. RGB value is (150,140,235). Sum of RGB (Red+Green+Blue) = 150+140+235=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #968CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CEB is #697314. Grayscale: #999999. Windows color (decimal): -6910741 or 15436950. OLE color: 15436950.

HSL color Cylindrical-coordinate representation of color #968CEB: hue angle of 246.32º 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 #968CEB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 140 235 -
CMYK 0.36 0.40 0 0.08
HSL 246.32º 0.7% 0.74% -
HSV(B) 246.32º 0.4% 0.92% -
XYZ 36.95 31.24 82.68 -
YUV 153.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 150 140 235 0.36 0.40 0 0.08 246.32 0.7 0.74
Hex 96 8C EB 24 28 0 8 F6 46 4A
Octal 226 214 353 44 50 0 10 366 106 112
Binary 10010110 10001100 11101011 100100 101000 0 1000 11110110 1000110 1001010

Color Harmonies of #968CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968CEB

Black with #968CEB

Text Example


Text Example

White with #968CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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