Html Css Color HEX #968BED Portage

📋 copy color: '#968BED'

red 150 ◦ green 139 ◦ blue 237

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

Shades of Portage #968BED

Tints of Portage #968BED

RGB

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

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

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

R = 28.52%
G = 26.43%
B = 45.06%

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

#968BED (or 0x968BED) is known color: Portage. HEX triplet: 96, 8B and ED. RGB value is (150,139,237). Sum of RGB (Red+Green+Blue) = 150+139+237=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #968BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968BED is #697412. Grayscale: #999999. Windows color (decimal): -6910995 or 15567766. OLE color: 15567766.

HSL color Cylindrical-coordinate representation of color #968BED: hue angle of 246.73º 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 #968BED is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 139 237 -
CMYK 0.37 0.41 0 0.07
HSL 246.73º 0.73% 0.74% -
HSV(B) 246.73º 0.41% 0.93% -
XYZ 37.1 31.06 84.16 -
YUV 153.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 150 139 237 0.37 0.41 0 0.07 246.73 0.73 0.74
Hex 96 8B ED 25 29 0 7 F7 49 4A
Octal 226 213 355 45 51 0 7 367 111 112
Binary 10010110 10001011 11101101 100101 101001 0 111 11110111 1001001 1001010

Color Harmonies of #968BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968BED

Black with #968BED

Text Example


Text Example

White with #968BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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