Html Css Color HEX #7B84CF Wild Blue Yonder

📋 copy color: '#7B84CF'

red 123 ◦ green 132 ◦ blue 207

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

Shades of Wild Blue Yonder #7B84CF

Tints of Wild Blue Yonder #7B84CF

RGB

 RED value IS 123 (48.44% from 255) = 26.62%

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 26.62%
G = 28.57%
B = 44.81%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B84CF (or 0x7B84CF) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and CF. RGB value is (123,132,207). Sum of RGB (Red+Green+Blue) = 123+132+207=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84CF is #847B30. Grayscale: #898989. Windows color (decimal): -8682289 or 13599867. OLE color: 13599867.

HSL color Cylindrical-coordinate representation of color #7B84CF: hue angle of 233.57º 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 #7B84CF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 132 207 -
CMYK 0.41 0.36 0 0.19
HSL 233.57º 0.47% 0.65% -
HSV(B) 233.57º 0.41% 0.81% -
XYZ 27.68 25.22 62.44 -
YUV 137.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 123 132 207 0.41 0.36 0 0.19 233.57 0.47 0.65
Hex 7B 84 CF 29 24 0 13 EA 2F 41
Octal 173 204 317 51 44 0 23 352 57 101
Binary 1111011 10000100 11001111 101001 100100 0 10011 11101010 101111 1000001

Color Harmonies of #7B84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B84CF

Black with #7B84CF

Text Example


Text Example

White with #7B84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,132,207); }

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

background-color css

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

 a { background-color: rgb(123,132,207); }

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

border-color css

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

 span { border-color: rgb(123,132,207); }

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