Html Css Color HEX #7A83CF Wild Blue Yonder

📋 copy color: '#7A83CF'

red 122 ◦ green 131 ◦ blue 207

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

Shades of Wild Blue Yonder #7A83CF

Tints of Wild Blue Yonder #7A83CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

 BLUE value IS 207 (81.25% from 255) = 45%

R = 26.52%
G = 28.48%
B = 45%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A83CF (or 0x7A83CF) is known color: Wild Blue Yonder. HEX triplet: 7A, 83 and CF. RGB value is (122,131,207). Sum of RGB (Red+Green+Blue) = 122+131+207=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A83CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83CF is #857C30. Grayscale: #888888. Windows color (decimal): -8748081 or 13599610. OLE color: 13599610.

HSL color Cylindrical-coordinate representation of color #7A83CF: hue angle of 233.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A83CF is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 131 207 -
CMYK 0.41 0.37 0 0.19
HSL 233.65º 0.47% 0.65% -
HSV(B) 233.65º 0.41% 0.81% -
XYZ 27.4 24.88 62.39 -
YUV 136.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 122 131 207 0.41 0.37 0 0.19 233.65 0.47 0.65
Hex 7A 83 CF 29 25 0 13 EA 2F 41
Octal 172 203 317 51 45 0 23 352 57 101
Binary 1111010 10000011 11001111 101001 100101 0 10011 11101010 101111 1000001

Color Harmonies of #7A83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A83CF

Black with #7A83CF

Text Example


Text Example

White with #7A83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,131,207); }

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

background-color css

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

 a { background-color: rgb(122,131,207); }

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

border-color css

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

 span { border-color: rgb(122,131,207); }

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