Html Css Color HEX #968FEC Portage

📋 copy color: '#968FEC'

red 150 ◦ green 143 ◦ blue 236

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

Shades of Portage #968FEC

Tints of Portage #968FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 28.36%
G = 27.03%
B = 44.61%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#968FEC (or 0x968FEC) is known color: Portage. HEX triplet: 96, 8F and EC. RGB value is (150,143,236). Sum of RGB (Red+Green+Blue) = 150+143+236=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #968FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FEC is #697013. Grayscale: #9B9B9B. Windows color (decimal): -6909972 or 15503254. OLE color: 15503254.

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

Color convert

RGB 150 143 236 -
CMYK 0.36 0.39 0 0.07
HSL 244.52º 0.71% 0.74% -
HSV(B) 244.52º 0.39% 0.93% -
XYZ 37.54 32.19 83.59 -
YUV 155.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 150 143 236 0.36 0.39 0 0.07 244.52 0.71 0.74
Hex 96 8F EC 24 27 0 7 F5 47 4A
Octal 226 217 354 44 47 0 7 365 107 112
Binary 10010110 10001111 11101100 100100 100111 0 111 11110101 1000111 1001010

Color Harmonies of #968FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FEC

Black with #968FEC

Text Example


Text Example

White with #968FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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