Html Css Color HEX #8B8CCA Blue Bell

📋 copy color: '#8B8CCA'

red 139 ◦ green 140 ◦ blue 202

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

Shades of Blue Bell #8B8CCA

Tints of Blue Bell #8B8CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 28.9%
G = 29.11%
B = 42%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B8CCA (or 0x8B8CCA) is known color: Blue Bell. HEX triplet: 8B, 8C and CA. RGB value is (139,140,202). Sum of RGB (Red+Green+Blue) = 139+140+202=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8CCA is #747335. Grayscale: #929292. Windows color (decimal): -7631670 or 13274251. OLE color: 13274251.

HSL color Cylindrical-coordinate representation of color #8B8CCA: hue angle of 239.05º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8CCA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 140 202 -
CMYK 0.31 0.31 0 0.21
HSL 239.05º 0.37% 0.67% -
HSV(B) 239.05º 0.31% 0.79% -
XYZ 30.69 28.51 59.76 -
YUV 146.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 139 140 202 0.31 0.31 0 0.21 239.05 0.37 0.67
Hex 8B 8C CA 1F 1F 0 15 EF 25 43
Octal 213 214 312 37 37 0 25 357 45 103
Binary 10001011 10001100 11001010 11111 11111 0 10101 11101111 100101 1000011

Color Harmonies of #8B8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8CCA

Black with #8B8CCA

Text Example


Text Example

White with #8B8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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