Html Css Color HEX #8B8CEE Portage

📋 copy color: '#8B8CEE'

red 139 ◦ green 140 ◦ blue 238

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

Shades of Portage #8B8CEE

Tints of Portage #8B8CEE

RGB

 RED value IS 139 (54.69% from 255) = 26.89%

 GREEN value IS 140 (55.08% from 255) = 27.08%

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 26.89%
G = 27.08%
B = 46.03%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B8CEE (or 0x8B8CEE) is known color: Portage. HEX triplet: 8B, 8C and EE. RGB value is (139,140,238). Sum of RGB (Red+Green+Blue) = 139+140+238=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B8CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8CEE is #747311. Grayscale: #969696. Windows color (decimal): -7631634 or 15633547. OLE color: 15633547.

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

Color convert

RGB 139 140 238 -
CMYK 0.42 0.41 0 0.07
HSL 239.39º 0.74% 0.74% -
HSV(B) 239.39º 0.42% 0.93% -
XYZ 35.46 30.42 84.89 -
YUV 150.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 139 140 238 0.42 0.41 0 0.07 239.39 0.74 0.74
Hex 8B 8C EE 2A 29 0 7 EF 4A 4A
Octal 213 214 356 52 51 0 7 357 112 112
Binary 10001011 10001100 11101110 101010 101001 0 111 11101111 1001010 1001010

Color Harmonies of #8B8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8CEE

Black with #8B8CEE

Text Example


Text Example

White with #8B8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8CEE; }

 p { color: rgb(139,140,238); }

 H1.HeaderClassName
 {
   color: #8B8CEE;
 }
 .AnyTagClassName
 {
   color: #8B8CEE;
 }
</style>

background-color css

<style>
 a { background-color: #8B8CEE; }

 a { background-color: rgb(139,140,238); }

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

border-color css

<style>
 span { border-color: #8B8CEE; }

 span { border-color: rgb(139,140,238); }

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