Html Css Color HEX #7A86CA Wild Blue Yonder

📋 copy color: '#7A86CA'

red 122 ◦ green 134 ◦ blue 202

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

Shades of Wild Blue Yonder #7A86CA

Tints of Wild Blue Yonder #7A86CA

RGB

 RED value IS 122 (48.05% from 255) = 26.64%

 GREEN value IS 134 (52.73% from 255) = 29.26%

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

R = 26.64%
G = 29.26%
B = 44.1%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A86CA (or 0x7A86CA) is known color: Wild Blue Yonder. HEX triplet: 7A, 86 and CA. RGB value is (122,134,202). Sum of RGB (Red+Green+Blue) = 122+134+202=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A86CA is #857935. Grayscale: #898989. Windows color (decimal): -8747318 or 13272698. OLE color: 13272698.

HSL color Cylindrical-coordinate representation of color #7A86CA: hue angle of 231º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A86CA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 134 202 -
CMYK 0.40 0.34 0 0.21
HSL 231º 0.43% 0.64% -
HSV(B) 231º 0.4% 0.79% -
XYZ 27.21 25.45 59.36 -
YUV 138.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 122 134 202 0.40 0.34 0 0.21 231 0.43 0.64
Hex 7A 86 CA 28 22 0 15 E7 2B 40
Octal 172 206 312 50 42 0 25 347 53 100
Binary 1111010 10000110 11001010 101000 100010 0 10101 11100111 101011 1000000

Color Harmonies of #7A86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A86CA

Black with #7A86CA

Text Example


Text Example

White with #7A86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A86CA; }

 p { color: rgb(122,134,202); }

 H1.HeaderClassName
 {
   color: #7A86CA;
 }
 .AnyTagClassName
 {
   color: #7A86CA;
 }
</style>

background-color css

<style>
 a { background-color: #7A86CA; }

 a { background-color: rgb(122,134,202); }

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

border-color css

<style>
 span { border-color: #7A86CA; }

 span { border-color: rgb(122,134,202); }

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