Html Css Color HEX #968DED Portage

📋 copy color: '#968DED'

red 150 ◦ green 141 ◦ blue 237

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

Shades of Portage #968DED

Tints of Portage #968DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 28.41%
G = 26.7%
B = 44.89%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#968DED (or 0x968DED) is known color: Portage. HEX triplet: 96, 8D and ED. RGB value is (150,141,237). Sum of RGB (Red+Green+Blue) = 150+141+237=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #968DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DED is #697212. Grayscale: #9A9A9A. Windows color (decimal): -6910483 or 15568278. OLE color: 15568278.

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

Color convert

RGB 150 141 237 -
CMYK 0.37 0.41 0 0.07
HSL 245.63º 0.73% 0.74% -
HSV(B) 245.63º 0.41% 0.93% -
XYZ 37.39 31.65 84.26 -
YUV 154.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 150 141 237 0.37 0.41 0 0.07 245.63 0.73 0.74
Hex 96 8D ED 25 29 0 7 F6 49 4A
Octal 226 215 355 45 51 0 7 366 111 112
Binary 10010110 10001101 11101101 100101 101001 0 111 11110110 1001001 1001010

Color Harmonies of #968DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968DED

Black with #968DED

Text Example


Text Example

White with #968DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,141,237); }

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

background-color css

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

 a { background-color: rgb(150,141,237); }

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

border-color css

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

 span { border-color: rgb(150,141,237); }

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