Html Css Color HEX #8268BE True V

📋 copy color: '#8268BE'

red 130 ◦ green 104 ◦ blue 190

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

Shades of True V #8268BE

Tints of True V #8268BE

RGB

 RED value IS 130 (51.17% from 255) = 30.66%

 GREEN value IS 104 (41.02% from 255) = 24.53%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 30.66%
G = 24.53%
B = 44.81%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8268BE (or 0x8268BE) is known color: True V. HEX triplet: 82, 68 and BE. RGB value is (130,104,190). Sum of RGB (Red+Green+Blue) = 130+104+190=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8268BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268BE is #7D9741. Grayscale: #797979. Windows color (decimal): -8230722 or 12478594. OLE color: 12478594.

HSL color Cylindrical-coordinate representation of color #8268BE: hue angle of 258.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8268BE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 104 190 -
CMYK 0.32 0.45 0 0.25
HSL 258.14º 0.4% 0.58% -
HSV(B) 258.14º 0.45% 0.75% -
XYZ 23.45 18.36 51.02 -
YUV 121.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 130 104 190 0.32 0.45 0 0.25 258.14 0.4 0.58
Hex 82 68 BE 20 2D 0 19 102 28 3A
Octal 202 150 276 40 55 0 31 402 50 72
Binary 10000010 1101000 10111110 100000 101101 0 11001 100000010 101000 111010

Color Harmonies of #8268BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268BE

Black with #8268BE

Text Example


Text Example

White with #8268BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8268BE; }

 p { color: rgb(130,104,190); }

 H1.HeaderClassName
 {
   color: #8268BE;
 }
 .AnyTagClassName
 {
   color: #8268BE;
 }
</style>

background-color css

<style>
 a { background-color: #8268BE; }

 a { background-color: rgb(130,104,190); }

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

border-color css

<style>
 span { border-color: #8268BE; }

 span { border-color: rgb(130,104,190); }

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