Html Css Color HEX #968BEB Portage

📋 copy color: '#968BEB'

red 150 ◦ green 139 ◦ blue 235

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

Shades of Portage #968BEB

Tints of Portage #968BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

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

R = 28.63%
G = 26.53%
B = 44.85%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#968BEB (or 0x968BEB) is known color: Portage. HEX triplet: 96, 8B and EB. RGB value is (150,139,235). Sum of RGB (Red+Green+Blue) = 150+139+235=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #968BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BEB is #697414. Grayscale: #989898. Windows color (decimal): -6910997 or 15436694. OLE color: 15436694.

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

Color convert

RGB 150 139 235 -
CMYK 0.36 0.41 0 0.08
HSL 246.88º 0.71% 0.73% -
HSV(B) 246.88º 0.41% 0.92% -
XYZ 36.81 30.95 82.63 -
YUV 153.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 150 139 235 0.36 0.41 0 0.08 246.88 0.71 0.73
Hex 96 8B EB 24 29 0 8 F7 47 49
Octal 226 213 353 44 51 0 10 367 107 111
Binary 10010110 10001011 11101011 100100 101001 0 1000 11110111 1000111 1001001

Color Harmonies of #968BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BEB

Black with #968BEB

Text Example


Text Example

White with #968BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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