Html Css Color HEX #7A86CC Wild Blue Yonder

📋 copy color: '#7A86CC'

red 122 ◦ green 134 ◦ blue 204

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

Shades of Wild Blue Yonder #7A86CC

Tints of Wild Blue Yonder #7A86CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 26.52%
G = 29.13%
B = 44.35%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A86CC (or 0x7A86CC) is known color: Wild Blue Yonder. HEX triplet: 7A, 86 and CC. RGB value is (122,134,204). Sum of RGB (Red+Green+Blue) = 122+134+204=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A86CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A86CC is #857933. Grayscale: #8A8A8A. Windows color (decimal): -8747316 or 13403770. OLE color: 13403770.

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

Color convert

RGB 122 134 204 -
CMYK 0.40 0.34 0 0.2
HSL 231.22º 0.45% 0.64% -
HSV(B) 231.22º 0.4% 0.8% -
XYZ 27.45 25.55 60.61 -
YUV 138.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 122 134 204 0.40 0.34 0 0.2 231.22 0.45 0.64
Hex 7A 86 CC 28 22 0 14 E7 2D 40
Octal 172 206 314 50 42 0 24 347 55 100
Binary 1111010 10000110 11001100 101000 100010 0 10100 11100111 101101 1000000

Color Harmonies of #7A86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A86CC

Black with #7A86CC

Text Example


Text Example

White with #7A86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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