Html Css Color HEX #968FEF Portage

📋 copy color: '#968FEF'

red 150 ◦ green 143 ◦ blue 239

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

Shades of Portage #968FEF

Tints of Portage #968FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 28.2%
G = 26.88%
B = 44.92%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#968FEF (or 0x968FEF) is known color: Portage. HEX triplet: 96, 8F and EF. RGB value is (150,143,239). Sum of RGB (Red+Green+Blue) = 150+143+239=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #968FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FEF is #697010. Grayscale: #9B9B9B. Windows color (decimal): -6909969 or 15699862. OLE color: 15699862.

HSL color Cylindrical-coordinate representation of color #968FEF: hue angle of 244.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968FEF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 143 239 -
CMYK 0.37 0.40 0 0.06
HSL 244.38º 0.75% 0.75% -
HSV(B) 244.38º 0.4% 0.94% -
XYZ 37.98 32.36 85.91 -
YUV 156.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 150 143 239 0.37 0.40 0 0.06 244.38 0.75 0.75
Hex 96 8F EF 25 28 0 6 F4 4B 4B
Octal 226 217 357 45 50 0 6 364 113 113
Binary 10010110 10001111 11101111 100101 101000 0 110 11110100 1001011 1001011

Color Harmonies of #968FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FEF

Black with #968FEF

Text Example


Text Example

White with #968FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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