Html Css Color HEX #8288CA Wild Blue Yonder

📋 copy color: '#8288CA'

red 130 ◦ green 136 ◦ blue 202

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

Shades of Wild Blue Yonder #8288CA

Tints of Wild Blue Yonder #8288CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

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

R = 27.78%
G = 29.06%
B = 43.16%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8288CA (or 0x8288CA) is known color: Wild Blue Yonder. HEX triplet: 82, 88 and CA. RGB value is (130,136,202). Sum of RGB (Red+Green+Blue) = 130+136+202=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #8288CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288CA is #7D7735. Grayscale: #8D8D8D. Windows color (decimal): -8222518 or 13273218. OLE color: 13273218.

HSL color Cylindrical-coordinate representation of color #8288CA: hue angle of 235º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8288CA is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 136 202 -
CMYK 0.36 0.33 0 0.21
HSL 235º 0.4% 0.65% -
HSV(B) 235º 0.36% 0.79% -
XYZ 28.67 26.62 59.5 -
YUV 141.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 130 136 202 0.36 0.33 0 0.21 235 0.4 0.65
Hex 82 88 CA 24 21 0 15 EB 28 41
Octal 202 210 312 44 41 0 25 353 50 101
Binary 10000010 10001000 11001010 100100 100001 0 10101 11101011 101000 1000001

Color Harmonies of #8288CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288CA

Black with #8288CA

Text Example


Text Example

White with #8288CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8288CA; }

 p { color: rgb(130,136,202); }

 H1.HeaderClassName
 {
   color: #8288CA;
 }
 .AnyTagClassName
 {
   color: #8288CA;
 }
</style>

background-color css

<style>
 a { background-color: #8288CA; }

 a { background-color: rgb(130,136,202); }

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

border-color css

<style>
 span { border-color: #8288CA; }

 span { border-color: rgb(130,136,202); }

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