Html Css Color HEX #8268CD True V

📋 copy color: '#8268CD'

red 130 ◦ green 104 ◦ blue 205

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

Shades of True V #8268CD

Tints of True V #8268CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 29.61%
G = 23.69%
B = 46.7%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8268CD (or 0x8268CD) is known color: True V. HEX triplet: 82, 68 and CD. RGB value is (130,104,205). Sum of RGB (Red+Green+Blue) = 130+104+205=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8268CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268CD is #7D9732. Grayscale: #7A7A7A. Windows color (decimal): -8230707 or 13461634. OLE color: 13461634.

HSL color Cylindrical-coordinate representation of color #8268CD: hue angle of 255.45º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8268CD is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 104 205 -
CMYK 0.37 0.49 0 0.20
HSL 255.45º 0.5% 0.61% -
HSV(B) 255.45º 0.49% 0.8% -
XYZ 25.18 19.05 60.11 -
YUV 123.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 130 104 205 0.37 0.49 0 0.20 255.45 0.5 0.61
Hex 82 68 CD 25 31 0 14 FF 32 3D
Octal 202 150 315 45 61 0 24 377 62 75
Binary 10000010 1101000 11001101 100101 110001 0 10100 11111111 110010 111101

Color Harmonies of #8268CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268CD

Black with #8268CD

Text Example


Text Example

White with #8268CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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