Html Css Color HEX #968FEB Portage

📋 copy color: '#968FEB'

red 150 ◦ green 143 ◦ blue 235

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

Shades of Portage #968FEB

Tints of Portage #968FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 28.41%
G = 27.08%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#968FEB (or 0x968FEB) is known color: Portage. HEX triplet: 96, 8F and EB. RGB value is (150,143,235). Sum of RGB (Red+Green+Blue) = 150+143+235=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #968FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FEB is #697014. Grayscale: #9B9B9B. Windows color (decimal): -6909973 or 15437718. OLE color: 15437718.

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

Color convert

RGB 150 143 235 -
CMYK 0.36 0.39 0 0.08
HSL 244.57º 0.7% 0.74% -
HSV(B) 244.57º 0.39% 0.92% -
XYZ 37.4 32.13 82.83 -
YUV 155.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 150 143 235 0.36 0.39 0 0.08 244.57 0.7 0.74
Hex 96 8F EB 24 27 0 8 F5 46 4A
Octal 226 217 353 44 47 0 10 365 106 112
Binary 10010110 10001111 11101011 100100 100111 0 1000 11110101 1000110 1001010

Color Harmonies of #968FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FEB

Black with #968FEB

Text Example


Text Example

White with #968FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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